home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / dev / misc / truview.readme < prev    next >
Text File  |  1995-11-07  |  2KB  |  39 lines

  1. Short:    614125 colors on AGA (FAST!!)
  2. Author:   epgbd@cluster1.urz.uni-halle.de (Smack/Infect)
  3. Uploader: epgbd@cluster1.urz.uni-halle.de (Smack/Infect)
  4. Type:     dev/misc
  5.  
  6.  
  7. This is an example how to implement a "faked TrueColor" display. I got the
  8. idea to do this when I had a look at the MultiColour system by Stefan Kost.
  9. It is terribly slow so I sat down and wrote a fast version in assembler.
  10. My little program only supports AGA output (8bit Super-High Res Laced) which
  11. makes 85 steps for the RGB components possible. It reads 24bit PPM files
  12. that can be created with djpeg for instance. When viewing JPG files this way
  13. (means djpeg creates a temporary PPM file) you get the output on your screen
  14. in about 2/3 of the time that FastView (or other "normal" viewers) need!
  15.  
  16. Warning:
  17. This program is not a tool for everyday usage. As it has very limited features
  18. and could still contain severe bugs it is rather a piece of experimental code
  19. than a software product.
  20.  
  21. Programmers should take a look at the source code for details. Maybe someone
  22. could implement this kind of display in a real picture viewer? There are
  23. ofcourse some problems left such as the wrong pixel aspect. I had no idea how
  24. to correct this in a way that doesn't hurt performance.
  25. Contact me for talking about this and coding in general.
  26.  
  27.  
  28. ============================= Archive contents =============================
  29.  
  30. Original  Packed Ratio    Date     Time    Name
  31. -------- ------- ----- --------- --------  -------------
  32.    13360    4324 67.6% 14-Aug-92 20:12:04 +OS_Macros.is
  33.    17279    3427 80.1% 14-Aug-92 20:24:50 +truview.s
  34.      138     108 21.7% 14-Aug-92 20:29:00 +trujpg
  35.     6680    1744 73.8% 14-Aug-92 20:24:58 +truview
  36.     1311     761 41.9% 14-Aug-92 21:50:10 +truview.readme
  37. -------- ------- ----- --------- --------
  38.    38768   10364 73.2% 21-Oct-95 13:08:24   5 files
  39.